@import url(https://fonts.googleapis.com/css?family=Raleway:300,600,700,400);
@import url(https://fonts.googleapis.com/css?family=Great+Vibes);
@import url(https://fonts.googleapis.com/css?family=Romanesco);
@import url(https://fonts.googleapis.com/css?family=Tangerine:400,700);
@import url(https://fonts.googleapis.com/css?family=Cinzel:400,700,900);
.page-foundation #content .container aside, .page-donate-to-the-foundation #content .container aside, .page-donor-levels #content .container aside, .page-presidents-message #content .container aside, .page-board-of-trustees #content .container aside, .page-donations #content .container aside{
	display: none;
}

.page-foundation #content .container article, .page-donor-levels #content .container article, .page-presidents-message #content .container article, .page-board-of-trustees #content .container article, .page-donations #content .container article{
	width:100%;
}

.back-to-top {
    display: none;
    background: #b1953a;
    background: rgba(177,149,58,0.75);
    padding: 8px 15px;
    text-decoration: none;
    text-transform: none;
    position: fixed;
    bottom: 0;
    right: 20px;
    z-index: 1000;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-transition: all 0;
    -o-transition: all 0;
    -webkit-transition: all 0;
    transition: all 0;
}

.back-to-top .fa {
    font-size: 1.5em;
    color: #fff;
}

.back-to-top:hover,.back-to-top:active {
    background: #d1b046;
    background: rgba(218,177,13,0.75);
    text-decoration: none;
    -moz-transition: all 0;
    -o-transition: all 0;
    -webkit-transition: all 0;
    transition: all 0;
}

html {
    font-size: 100%;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    -webkit-tap-highlight-color: transparent !important;
    -moz-box-sizing: border-box;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

body {
    background: #fff none;
    font-family: "Raleway",sans-serif;
    font-size: 1em;
    line-height: 1.5;
    overflow-x: hidden;
    -ms-overflow-style: scrollbar;
}

@media (min-width: 992px) {
    body {
        min-width: 970px;
    }
}

@media (min-width: 1200px) {
    body {
        min-width: 1170px;
    }
}

p,li,div,td,section {
    font-family: "Raleway",sans-serif;
    font-size: 1em;
    font-weight: 300;
    color: #444;
}

p {
    margin-bottom: 15px;
}

p:last-child,li:last-child {
    margin-bottom: 0;
}

li a {
    color: #004a30;
}

li a:hover,li a:active {
    color: #b1953a;
}

a {
    font-family: "Raleway",sans-serif;
    font-size: 1em;
    font-weight: 600;
    outline: 0;
    color: #004a30;
    -webkit-tap-highlight-color: transparent !important;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

a:hover,a:active {
    text-decoration: none;
    color: #d1b046;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

h1,h2,h3,h4,h5,h6 {
    font-family: "Raleway",sans-serif;
    font-weight: 700;
    text-transform: none;
    color: #004a30;
    line-height: 1.25;
}

h1 a,h2 a,h3 a,h4 a,h5 a,h6 a {
    font-family: "Raleway",sans-serif;
    font-size: 100%;
    font-weight: 700;
    text-transform: none;
    color: #004a30;
}

h1 a:hover,h1 a:active,h2 a:hover,h2 a:active,h3 a:hover,h3 a:active,h4 a:hover,h4 a:active,h5 a:hover,h5 a:active,h6 a:hover,h6 a:active {
    text-decoration: none;
    color: #d1b046;
}

h1 {
    font-size: 2em;
}

h2 {
    font-size: 1.75em;
}

h3 {
    font-size: 1.5em;
}

h4 {
    font-size: 1.125em;
}

h5 {
    font-size: .875em;
}

h6 {
    font-size: .75em;
}

*,:before,:after {
    -moz-box-sizing: inherit;
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

#fancybox-wrap,#fancybox-outer,#fancybox-content {
    -moz-box-sizing: content-box !important;
    -webkit-box-sizing: content-box !important;
    box-sizing: content-box !important;
}

.container {
    width: 100%;
    padding: 0 20px;
}

@media (min-width: 992px) {
    .container {
        width: 970px;
    }
}

@media (min-width: 1200px) {
    .container {
        width: 1170px;
    }
}

#content {
    background: #f7f7f7;
    min-height: 0;
}

#content .container {
    background: none;
    padding-top: 60px;
    padding-bottom: 60px;
}

@media (min-width: 992px) {
    #content .container {
        padding-right: 0;
        padding-left: 0;
    }
}

#content .container article,#content .container aside {
    margin: 0;
    padding: 0;
}

#content .container article .rule,#content .container aside .rule {
    background: #e7e7e7 none;
    width: 100%;
    height: 1px;
    margin: 40px 0;
}

@media (min-width: 992px) {
    #content .container article {
        padding-right: 20px;
    }
}

#content .container aside {
    min-height: 0;
    font-size: 1em;
}

#content .container aside .rule {
    max-width: 400px;
}

@media (min-width: 992px) {
    #content .container aside {
        padding-left: 20px;
    }
}

.row {
    margin-left: 0;
    margin-right: 0;
}

.col-xs-12 {
    padding-left: 0;
    padding-right: 0;
}

.clear,div[style="clear: both"],.rule2 {
    height: 0;
    margin: 0;
}

.button {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    background: none;
    height: 60px;
    padding: 0 40px;
    font-size: 1.125em;
    font-weight: 400;
    text-align: center;
    color: #b1953a;
    line-height: 3.2;
    border: solid 1px #b1953a;
    cursor: pointer;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.button:hover,.button:active {
    background: #b1953a;
    text-decoration: none;
    color: #fff;
    outline: none;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

.text-box .button {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    background: #004a30;
    height: 60px;
    padding: 0 40px;
	margin-top: 20px;
    font-size: 1.125em;
    font-weight: 400;
    text-align: center;
    color: #fff;
    line-height: 3.2;
    border: solid 1px #004a30;
    cursor: pointer;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.text-box .button:hover,.text-box .button:active {
    background: #fff;
    text-decoration: none;
    color: #004a30;
    outline: none;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

.table th {
    background: #e7e7e7;
    padding: 10px !important;
    border: solid 1px #e7e7e7 !important;
}

.table td {
    padding: 10px !important;
    border: solid 1px #e7e7e7 !important;
}

header {
    background: #fff none;
    width: 100%;
    height: auto;
    margin: 60px 0 0;
    padding: 40px 0;
}

@media (min-width: 992px) {
    header {
        height: 140px;
        margin: 0;
        padding: 0;
        position: relative;
        z-index: 1;
    }
}

header .container {
    background: none;
    text-align: center;
}

@media (min-width: 992px) {
    header .container {
        padding-right: 0;
        padding-left: 0;
    }
}

header .header-left {
    float: none;
    margin: 0 0 20px;
}

@media (min-width: 992px) {
    header .header-left {
        float: left;
        margin: 0;
        text-align: left;
    }
}

header .header-left .home-logo {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 100%;
}

header .header-left .home-logo img {
    width: 100%;
    max-width: 350px;
    height: auto;
}

@media (min-width: 992px) {
    header .header-left .home-logo img {
        width: 350px;
        margin: 20px 0 0;
    }
}

header .header-right {
    float: none;
}

@media (min-width: 992px) {
    header .header-right {
        float: left;
        margin: 20px 0 0;
    }
}

header .header-right a {
    color: #b1953a;
}

header .header-right a:hover,header .header-right a:active {
    background: #b1953a;
    text-decoration: none;
    color: #fff;
}

header .header-right .header-social {
    margin: 0 0 15px;
}

@media (min-width: 992px) {
    header .header-right .header-social {
        float: right;
    }
}

header .header-right .header-social a {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 30px;
    height: 30px;
    margin: 0 5px 0 0;
    font-size: .875em;
    text-align: center;
    line-height: 2;
    border: solid 1px #b1953a;
}

header .header-right .header-social a:last-child {
    margin: 0;
}

header .header-right .header-social .fa-youtube {
    display: none;
}

header .header-right .client-login {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 120px;
    height: 30px;
    margin: 0 0 15px;
    font-size: .875em;
    text-align: center;
    line-height: 2;
    border: solid 1px #b1953a;
}

@media (min-width: 992px) {
    header .header-right .client-login {
        float: right;
        margin: 0 20px 0 0;
    }
}

@media (min-width: 992px) {
    header .header-right .cms-phone {
        float: right;
        margin: 0 20px 0 0;
    }
}

header .header-right .cms-phone a {
    font-size: 1.125em;
    font-weight: 400;
    line-height: 1;
    color: #b1953a;
}

@media (min-width: 992px) {
    header .header-right .cms-phone a {
        line-height: 1.8;
    }
}

header .header-right .cms-phone a:hover,header .header-right .cms-phone a:active {
    background: none;
}

nav#main #homeButton {
    display: none;
}

.navbar-fixed-top {
    border-width: 0;
}

@media (min-width: 992px) {
    .navbar-fixed-top {
        position: relative;
    }
}

@media (min-width: 992px) {
    nav#main .container ul li a+a {
        display: none;
    }
}

nav#main {
    background: #004a30;
    height: 60px;
}

@media (min-width: 992px) {
    nav#main {
        background: none;
        width: 970px;
        margin: 0 auto;
    }
}

@media (min-width: 1200px) {
    nav#main {
        width: 1170px;
    }
}

nav#main .container {
    background: none;
    padding: 0;
    text-align: left;
}

@media (min-width: 992px) {
    nav#main .container {
        float: right;
        width: 770px;
        padding: 0;
        text-align: right;
    }
}

@media (min-width: 1200px) {
    nav#main .container {
        width: 970px;
    }
}

nav#main .container ul li {
    background: none;
    margin: 0;
    padding: 0;
    font-size: 1.125em;
}

@media (min-width: 992px) {
    nav#main .container ul li {
        margin: 0 0 0 30px;
    }
}

@media (min-width: 1200px) {
    nav#main .container ul li {
        margin: 0 0 0 40px;
    }
}

nav#main .container ul li a {
    display: block;
    background: none;
    font-family: "Raleway",sans-serif;
    font-weight: 600;
    text-transform: none;
    color: #fff;
    -moz-transition-duration: 0;
    -o-transition-duration: 0;
    -webkit-transition-duration: 0;
    transition-duration: 0;
}

@media (min-width: 992px) {
    nav#main .container ul li a {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        padding: 0 0 20px;
        font-size: 1.125em;
        font-weight: 400;
        color: #004a30;
        line-height: 1;
    }
}

nav#main .container ul li a i {
    font-size: 1.125em;
}

nav#main .container ul li a.selected {
    background: #b1953a;
    color: #fff;
}

@media (min-width: 992px) {
    nav#main .container ul li a.selected {
        background: none;
        font-weight: 700;
        color: #b1953a;
    }
}

@media (min-width: 992px) {
    nav#main .container ul li a.selected::after {
        content: '';
        background: #b1953a;
        width: 100%;
        height: 5px;
        position: absolute;
        bottom: 0;
        left: 0;
    }
}

nav#main .container ul li .dropdown-toggle {
    background: none;
    position: absolute;
    top: 0;
    right: 0;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

nav#main .container ul li .dropdown-toggle .fa {
    font-size: 1.75em;
}

nav#main .container ul li .dropdown-toggle:active,nav#main .container ul li .dropdown-toggle.selected {
    background: none;
}

nav#main .container ul li.open .dropdown-toggle {
    -moz-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg);
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

nav#main .container ul li.first {
    padding-top: 0;
}

@media (min-width: 992px) {
    nav#main .container ul li.first {
        margin-left: 0;
    }
    nav#main .container ul li.last a {
        padding: 12px;
        background: #024A30;
        color: #fff;
        bottom: 12px;
    }
    nav#main .container ul li.last a:hover, nav#main .container ul li.last a:focus  {
        background: #B3953A;
        color:#fff;
    }
}

nav#main .container ul li.last {
    padding-bottom: 0;
}


nav#main .container ul li:hover a,nav#main .container ul li:hover a:active,nav#main .container ul li:hover a:focus {
    background: #d1b046;
    color: #fff;
}

@media (min-width: 992px) {
    nav#main .container ul li:hover a,nav#main .container ul li:hover a:active,nav#main .container ul li:hover a:focus {
        background: none;
        color: #b1953a;
    }
}

nav#main .container ul li:hover .dropdown-toggle,nav#main .container ul li:hover .dropdown-toggle:hover,nav#main .container ul li:hover .dropdown-toggle:active,nav#main .container ul li:hover .dropdown-toggle:focus {
    background: none;
}

nav#main .container ul .dropdown.open .dropdown-text {
    -moz-transition: all 0;
    -o-transition: all 0;
    -webkit-transition: all 0;
    transition: all 0;
}

@media (min-width: 992px) {
    nav#main .container ul .dropdown.open .dropdown-text {
        border-bottom: none;
    }
}

.navbar {
    min-height: 0;
    margin-bottom: 0;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    top: 0;
    -moz-transition: all .1s ease-in;
    -o-transition: all .1s ease-in;
    -webkit-transition: all .1s ease-in;
    transition: all .1s ease-in;
}

@media (min-width: 992px) {
    .navbar {
        height: 0 !important;
        top: -40px !important;
        -moz-transition: all 0;
        -o-transition: all 0;
        -webkit-transition: all 0;
        transition: all 0;
    }
}

.navbar.nav-up {
    top: -60px;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.navbar-header {
    height: 60px;
    margin-left: 0 !important;
    margin-right: 0 !important;
}

@media (min-width: 992px) {
    .navbar-header {
        width: 0;
        height: 0;
    }
}

.navbar-toggle {
    float: left;
    background: #004a30 !important;
    width: auto;
    height: 60px;
    margin: 0;
    padding: 20px;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    position: relative;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.navbar-toggle:hover,.navbar-toggle:active {
    background: #003623 !important;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

.navbar-toggle .text {
    float: right;
    margin: 0 0 0 35px;
    font-family: "Raleway",sans-serif;
    font-size: 1.125em;
    font-weight: 600;
    text-transform: none;
    color: #fff;
    line-height: 1;
}

.navbar-toggle .icon-bar {
    background: #fff !important;
    width: 25px;
    height: 3px;
    margin: 0 !important;
    opacity: 1;
    position: absolute;
    left: 20px;
    -moz-border-radius: 1px;
    -webkit-border-radius: 1px;
    border-radius: 1px;
    -moz-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    -webkit-transform-origin: left center;
    -moz-transform-origin: left center;
    -o-transform-origin: left center;
    transform-origin: left center;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.navbar-toggle .icon-bar.top {
    top: 20px;
}

.navbar-toggle .icon-bar.center {
    top: 27px;
}

.navbar-toggle .icon-bar.bottom {
    top: 34px;
}

.nav-expanded .navbar-toggle {
    background: #003623 !important;
}

.nav-expanded .navbar-toggle .top {
    top: 19px;
    left: 25px;
    -moz-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.nav-expanded .navbar-toggle .center {
    width: 0;
    opacity: 0;
}

.nav-expanded .navbar-toggle .bottom {
    top: 37px;
    left: 25px;
    -moz-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.nav-expanded {
    overflow: hidden !important;
}

@media (min-width: 992px) {
    .nav-expanded {
        overflow: auto !important;
    }
}

.off-canvas {
    background: #003623;
    width: 100%;
    height: 100%;
    margin-left: 0 !important;
    margin-right: 0 !important;
    padding: 0 0 60px;
    border: none;
    overflow: auto;
    position: fixed;
    top: 60px;
    left: -100%;
    -moz-transition: all .3s ease-in;
    -o-transition: all .3s ease-in;
    -webkit-transition: all .3s ease-in;
    transition: all .3s ease-in;
}

@media (min-width: 768px) {
    .off-canvas {
        width: 400px;
    }
}

@media (min-width: 992px) {
    .off-canvas {
        background: none;
        width: auto;
        height: auto;
        padding: 0;
        overflow: visible;
        position: static;
        -moz-transition-duration: 0;
        -o-transition-duration: 0;
        -webkit-transition-duration: 0;
        transition-duration: 0;
    }
}

.off-canvas .navbar-nav {
    background: none;
    height: auto;
    margin: 0;
}

@media (min-width: 992px) {
    .off-canvas .navbar-nav {
        float: none;
        overflow-x: visible;
    }
}

.off-canvas .navbar-nav li {
    display: block;
    margin: 0;
    padding: 0;
}

@media (min-width: 992px) {
    .off-canvas .navbar-nav li {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        float: none;
    }
}

.off-canvas .navbar-nav li a {
    height: 80px;
    padding: 30px 20px;
    text-decoration: none;
}

.off-canvas .navbar-nav li a:hover,.off-canvas .navbar-nav li a:active {
    text-decoration: none;
}

@media (min-width: 992px) {
    .off-canvas .navbar-nav li a {
        height: auto;
    }
}

.off-canvas .navbar-nav li .dropdown-toggle {
    width: auto;
    height: auto;
    padding: 24px;
}

@media (min-width: 992px) {
    .off-canvas .navbar-nav .open .dropdown-menu {
        display: none;
    }
}

.nav-expanded .off-canvas {
    left: 0;
    -moz-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    -webkit-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

nav#main .container li .dropdown-menu {
    background: #b1953a;
    width: 100%;
    margin: 0;
    padding: 0;
    border: none;
    -moz-border-radius: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    -moz-box-shadow: 0 0 0 transparent inset;
    -webkit-box-shadow: 0 0 0 transparent inset;
    box-shadow: 0 0 0 transparent inset;
}

@media (min-width: 992px) {
    nav#main .container li .dropdown-menu {
        background: #b1953a;
        background: rgba(177,149,58,0.95);
        width: 250px;
        text-align: left;
        border: none;
        top: 40px;
    }
}

nav#main .container li .dropdown-menu li {
    font-size: 1em;
}

@media (min-width: 992px) {
    nav#main .container li .dropdown-menu li {
        display: block;
        margin: 0;
        padding: 0;
    }
}

nav#main .container li .dropdown-menu li a {
    height: auto;
    padding: 20px 15px 20px 30px !important;
    text-transform: none;
}

@media (min-width: 992px) {
    nav#main .container li .dropdown-menu li a {
        display: block;
        height: auto;
        padding: 15px 20px !important;
    }
}

nav#main .container li:hover .dropdown-menu {
    background: #b1953a;
    left: 0;
}

@media (min-width: 992px) {
    nav#main .container li:hover .dropdown-menu {
        display: block;
        background: #b1953a;
        background: rgba(177,149,58,0.95);
    }
}

nav#main .container li:hover .dropdown-menu li {
    padding: 0;
}

nav#main .container li:hover .dropdown-menu li a {
    background: none;
    color: #fff;
}

nav#main .container li:hover .dropdown-menu li a:hover,nav#main .container li:hover .dropdown-menu li a:active {
    background: #d1b046;
    color: #fff;
}

nav#main .container li:hover .dropdown-menu li a.selected {
    background: #b1953a;
    color: #fff;
}

nav#main .container ul li a.selected+.dropdown-toggle {
    color: #fff;
}

.dropdown-menu>li>a {
    white-space: normal;
}

.navbar-default {
    border-color: transparent;
}

.navbar-default .navbar-nav>.open>a,.navbar-default .navbar-nav>.active>a {
    filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr=" ffb1953a ",endColorstr=" ffb1953a ",GradientType=0)";
}

.dropdown-menu>li>a:hover,.dropdown-menu>li>a:focus {
    filter: "progid: DXImageTransform.Microsoft.gradient(startColorstr=" ffb1953a ",endColorstr=" ffb1953a ",GradientType=0)";
}

.hero-banner {
    background: #fff url(../images/hero_lo.jpg) no-repeat;
    -moz-background-size: cover;
    -o-background-size: cover;
    -webkit-background-size: cover;
    background-size: cover;
    margin: 0 0 60px;
    text-align: center;
    position: relative;
}

@media (min-width: 768px) {
    .hero-banner {
        background: #fff url(../images/hero_lo.jpg) no-repeat;
        -moz-background-size: cover;
        -o-background-size: cover;
        -webkit-background-size: cover;
        background-size: cover;
        height: 500px;
    }
}

@media (min-width: 992px) {
    .hero-banner {
        height: 650px;
        margin: 0;
    }
}

@media (min-width: 1200px) {
    .hero-banner {
        height: 800px;
    }
}

.hero-banner .text-box {
    background: none;
    padding: 30px 20px 60px;
}

@media (min-width: 768px) {
    .hero-banner .text-box {
        /*background: rgba(255,255,255,0.6);*/
		background: none;
        width: 100%;
        max-width: 780px;
        padding: 40px 30px;
        position: absolute;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%,-50%);
        -ms-transform: translate(-50%,-50%);
        -webkit-transform: translate(-50%,-50%);
        transform: translate(-50%,-50%);
    }
}

.hero-banner .text-box h2 {
    margin: 0 0 10px;
    font-size: 43px;
    text-transform: none;
	font-weight:400;
    line-height: 1.1;
	color:#004a30;
	font-family: 'Cinzel', serif;
}

@media (min-width: 992px) {
    .hero-banner .text-box h2 {
        font-size: 54px;
		font-weight:400;
		text-transform:none;
		color:#004a30;
		font-family: 'Cinzel', serif;
    }
}

.hero-banner .text-box p {
	font-size: 1.5em;
    margin: 0 0 20px;
    font-weight: 700;
    color: #004a30;
}

@media (min-width: 992px) {
    .hero-banner .text-box p {
        font-size: 2em;
		font-weight:700;
    }
}

.hero-banner .scroll-down {
    display: none;
}

@media (min-width: 768px) {
    .hero-banner .scroll-down {
        display: block;
        background: #004a30;
        width: 50px;
        height: 50px;
        font-size: 3.125em;
        text-align: center;
        color: #fff;
        line-height: 0;
        border: solid 1px #004a30;
        position: absolute;
        bottom: 20px;
        left: 50%;
        -moz-transform: translateX(-50%);
        -ms-transform: translateX(-50%);
        -webkit-transform: translateX(-50%);
        transform: translateX(-50%);
    }

    .hero-banner .scroll-down:hover,.hero-banner .scroll-down:active {
        background: #fff;
        color: #004a30;
    }
}

@media (min-width: 992px) {
    .hero-banner .scroll-down {
        bottom: 60px;
    }
}

@media (min-width: 1200px) {
    .hero-banner .scroll-down {
        bottom: 100px;
    }
}

@media (min-width: 1024px) and (max-height: 768px) {
    .hero-banner .scroll-down {
        bottom: 80px;
    }
}

@media (min-width: 1366px) and (max-height: 768px) {
    .hero-banner .scroll-down {
        bottom: 185px;
    }
}

#hero {
    background: none;
    height: auto;
    padding: 60px 0;
    position: relative;
}

@media (min-width: 992px) {
    #hero {
        padding: 80px 0;
    }
}

#hero .container {
    width: 100%;
    padding: 0 20px;
}

@media (min-width: 992px) {
    #hero .container {
        width: 970px;
        padding: 0;
    }
}

@media (min-width: 1200px) {
    #hero .container {
        width: 1170px;
    }
}

#hero .hero {
    float: none;
    margin: 0 auto;
}

@media (min-width: 992px) {
    #hero .hero {
        float: left;
    }
}

#hero aside {
    clear: left;
    width: 100%;
    max-width: 630px;
    margin: 0 auto;
    padding: 25px 0 0;
}

@media (min-width: 992px) {
    #hero aside {
        clear: none;
        width: 340px;
        margin: 0 0 0 630px;
        padding: 0;
    }
}

@media (min-width: 1200px) {
    #hero aside {
        width: 540px;
    }
}

#hero aside .wrapper {
    background: none;
    width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    text-align: left;
}

@media (min-width: 992px) {
    #hero aside .wrapper {
        padding: 0 0 0 40px;
    }
}

#hero aside .wrapper h2 {
    background: none;
    margin: 0 0 25px;
    padding: 0 0 25px;
    font-size: 1.5em;
    color: #004a30;
    border-bottom: solid 1px #004a30;
}

@media (min-width: 1200px) {
    #hero aside .wrapper h2 {
        font-size: 1.875em;
    }
}

#hero aside .wrapper p {
    margin: 0 0 25px;
}

@media (min-width: 992px) {
    #hero aside .wrapper p {
        padding: 0 40px 0 0;
    }
}

@media (min-width: 1200px) {
    #hero aside .wrapper p {
        padding: 0;
        font-size: 1.125em;
    }
}

#hero aside .wrapper p a:hover,#hero aside .wrapper p a:active,#hero aside .wrapper p a:focus {
    color: #fff;
}

#hero aside .wrapper p+p {
    margin-bottom: 0;
    font-size: 1em;
    font-weight: 400;
}

#hero aside .wrapper a+a {
    display: none;
}

#hero .backArrow {
    display: block;
    background: #004a30;
    width: 50px;
    height: 50px;
    font-size: 3.125em;
    text-align: center;
    color: #fff;
    line-height: 0;
    border: solid 1px #004a30;
    left: 20px;
    top: 190px;
    z-index: 1;
}

@media (min-width: 768px) {
    #hero .backArrow {
        background: none;
        color: #004a30;
        border-color: #004a30;
        left: 0;
    }

    #hero .backArrow:hover,#hero .backArrow:active {
        background: #004a30;
        color: #fff;
    }
}

@media (min-width: 992px) {
    #hero .backArrow {
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

#hero .backArrow .fa {
    margin: -2px 0 0 -2px;
}

#hero .forwardArrow {
    display: block;
    background: #004a30;
    width: 50px;
    height: 50px;
    font-size: 3.125em;
    text-align: center;
    color: #fff;
    line-height: 0;
    border: solid 1px #004a30;
    left: auto;
    right: 20px;
    top: 190px;
    z-index: 1;
}

@media (min-width: 768px) {
    #hero .forwardArrow {
        background: none;
        color: #004a30;
        border-color: #004a30;
        right: 0;
    }

    #hero .forwardArrow:hover,#hero .forwardArrow:active {
        background: #004a30;
        color: #fff;
    }
}

@media (min-width: 992px) {
    #hero .forwardArrow {
        top: 50%;
        -moz-transform: translateY(-50%);
        -ms-transform: translateY(-50%);
        -webkit-transform: translateY(-50%);
        transform: translateY(-50%);
    }
}

#hero .forwardArrow .fa {
    margin: -2px -2px 0 0;
}

.homepage #agentPhoto,.homepage #suggested,.homepage #additional {
    display: none;
}

.section_boxes .section {
    margin-bottom: 0;
}

.boxes .box {
    width: 100%;
    max-width: 641px;
    margin: 0 auto 20px;
    position: relative;
    overflow: hidden;
    cursor: pointer;
}

@media (min-width: 992px) {
    .boxes .box {
        margin-bottom: 0;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
}

.boxes .box h3 {
    background: rgba(0,74,48,0.85);
    margin: 0;
    padding: 20px;
    color: #fff;
    position: absolute;
    bottom: 20px;
    left: 20px;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

@media (min-width: 992px) {
    .boxes .box h3 {
        background: none;
        padding: 0;
        font-size: 2.5em;
        font-weight: 700;
        bottom: 30px;
        left: 30px;
        z-index: 2;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .boxes .box h3 span {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        vertical-align: top;
        opacity: 0;
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
        -moz-transform: translateX(20px);
        -ms-transform: translateX(20px);
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
        -moz-transition: all .2s ease-in;
        -o-transition: all .2s ease-in;
        -webkit-transition: all .2s ease-in;
        transition: all .2s ease-in;
    }
}

@media (min-width: 1200px) {
    .boxes .box h3 {
        bottom: 40px;
        left: 40px;
    }
}

.boxes .box h3 a {
    color: inherit;
}

.boxes .box .learn {
    display: block;
    width: 100%;
    height: 100%;
    font-size: 0;
    text-indent: 100%;
    white-space: nowrap;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
}

@media (min-width: 992px) {
    .boxes .box .learn {
        background: rgba(0,74,48,0.25);
        -moz-backface-visibility: hidden;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }
}

.boxes .three {
    margin-bottom: 0;
}

.box-img {
    width: 100%;
    height: auto;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

@media (min-width: 992px) {
    .box-img {
        -moz-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
    }
}

@media (min-width: 992px) {
    .boxes .box:hover .box-img {
        -moz-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    .boxes .box:hover h3 span {
        opacity: 1;
        -moz-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0);
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    .boxes .box:hover .learn {
        background: rgba(0,74,48,0.75);
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        -webkit-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }
}

.homepage #content {
    background: #fff;
}

.homepage #content .container {
    width: 100%;
    padding: 0;
}

.homepage #content article {
    display: none;
}

@media (min-width: 992px) {
    .homepage #content aside {
        width: 100%;
        padding: 0;
    }
}

.homepage #content aside section {
    background: #f7f7f7;
    max-width: 100%;
    margin: 0;
    padding: 60px 20px;
    border-bottom: solid 1px #e7e7e7;
}

@media (min-width: 992px) {
    .homepage #content aside section {
        padding-right: 0;
        padding-left: 0;
    }
}

.homepage #content aside section:last-child {
    border-bottom: none;
}

.homepage #content aside section .widget-wrapper, body > section.topadviser > div {
    width: 100%;
    max-width: 640px;
    margin: 0 auto;
}

@media (min-width: 992px) {
    .homepage #content aside section .widget-wrapper, body > section.topadviser > div {
        max-width: 900px;
    }
}

@media (min-width: 1200px) {
    .homepage #content aside section .widget-wrapper, body > section.topadviser > div {
        max-width: 1100px;
    }
}

.homepage #content aside section .wrapper {
    width: 100%;
}

@media (min-width: 992px) {
    .homepage .newsletterSignUp #Name,.homepage .form #Name {
        float: left;
        width: 49%;
    }

    .homepage .newsletterSignUp #Email,.homepage .form #Email {
        float: right;
        width: 49%;
    }
}

@media (min-width: 992px) {
    .homepage .dl-app {
        background: url(../../../../fmg-websites-custom.s3.amazonaws.com/exclusive-setup/theme-14b/images/app-bg.jpg) no-repeat center center !important;
    }

    .homepage .dl-app .app {
        width: 420px;
    }
}

@media (min-width: 1200px) {
    .homepage .dl-app .app {
        width: 650px;
    }

    .homepage .dl-app .app p {
        padding: 0;
        line-height: 1.875em;
    }
}

@media (min-width: 992px) {
    .homepage .events {
        overflow: hidden;
    }

    .homepage .events .event-box {
        float: left;
        width: 30%;
        margin: 0 5% 0 0;
    }

    .homepage .events .last {
        margin: 0;
    }
}

@media (min-width: 992px) {
    .homepage .blog-posts {
        background: url(../../../../fmg-websites-custom.s3.amazonaws.com/exclusive-setup/theme-14b/images/blog-bg.jpg) no-repeat center center !important;
    }

    .homepage .blog-posts .wrapper {
        width: 420px !important;
    }
}

@media (min-width: 1200px) {
    .homepage .blog-posts .wrapper {
        width: 520px !important;
    }
  
}

.subpage #content .container {
    padding: 40px 20px 60px;
}

@media (min-width: 992px) {
    .subpage #content .container {
        padding: 40px 0 60px;
    }
}

.subpage #content .container article {
    margin-bottom: 60px;
}

@media (min-width: 992px) {
    .subpage #content .container article {
        margin-bottom: 0;
    }
}

.subpage #content .container article h1 {
    margin: 0 0 30px;
}

#agentContent img {
    float: none;
    margin: 0;
}

@media (min-width: 600px) {
    #agentContent img {
        float: right;
        margin: 0 0 30px 30px;
    }
}

.page-team #content article h1+a img {
    width: 100%;
    max-width: 500px !important;
    height: auto;
    margin: 0 0 20px;
}

.page-team #teamContent .principal {
    font-size: 1em;
}

.page-team #teamContent .principal .info {
    float: left;
    width: 100%;
}

.page-team #teamContent .principal .info a img {
    margin-right: 100%;
    margin-bottom: 20px;
}

@media (min-width: 480px) {
    .page-team #teamContent .principal .info a img {
        margin-right: 20px;
    }
}

.page-team #teamContent .principal .info a img:hover {
    opacity: .9;
}

.page-team #teamContent .principal .info h4 {
    margin-top: 0;
    margin-left: 0;
}

@media (min-width: 700px) {
    .page-team #teamContent .principal .info h4 {
        margin-left: 220px;
    }
}

.page-team #teamContent .principal .info p {
    margin-left: 0;
}

@media (min-width: 700px) {
    .page-team #teamContent .principal .info p {
        margin-left: 220px;
    }
}

@media (min-width: 700px) {
    .page-team #teamContent .principal .info {
        float: none;
    }
}

.page-team #teamContent .principal .team-description {
    margin-left: 0;
}

@media (min-width: 700px) {
    .page-team #teamContent .principal .team-description {
        margin-left: 220px;
    }
}

.page-team #teamContent .agent {
    font-size: 1em;
}

.page-team #teamContent .agent .info {
    float: left;
    width: 100%;
}

@media (min-width: 700px) {
    .page-team #teamContent .agent .info {
        width: 300px;
    }
}

.page-team #teamContent .agent .info a img {
    margin-right: 100%;
    margin-bottom: 20px;
}

@media (min-width: 400px) {
    .page-team #teamContent .agent .info a img {
        margin-right: 20px;
    }
}

.page-team #teamContent .agent .info a img:hover {
    opacity: .9;
}

.page-team #teamContent .agent .info h4 {
    margin-top: 0;
    margin-left: 0;
}

@media (min-width: 700px) {
    .page-team #teamContent .agent .info h4 {
        margin-left: 160px;
    }
}

.page-team #teamContent .agent .info p {
    margin-left: 0;
}

@media (min-width: 700px) {
    .page-team #teamContent .agent .info p {
        margin-left: 160px;
    }
}

.page-team #teamContent .agent .team-description {
    margin-left: 0;
}

@media (min-width: 700px) {
    .page-team #teamContent .agent .team-description {
        margin-left: 320px;
    }
}

#eventsContent button.submit,#eventContent button.submit,#EventRegistrationSignupForm button {
    background: none;
    width: auto;
    height: 60px;
    margin: 0;
    padding: 0 40px;
    font-family: "Raleway",sans-serif;
    font-size: 1.125em;
    font-weight: 400;
    text-align: center;
    color: #b1953a;
    line-height: 1;
    border: solid 1px #b1953a;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

#eventsContent button.submit:hover,#eventsContent button.submit:active,#eventContent button.submit:hover,#eventContent button.submit:active,#EventRegistrationSignupForm button:hover,#EventRegistrationSignupForm button:active {
    background: #b1953a;
    color: #f7f7f7;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

#eventsContent button.submit:focus,#eventContent button.submit:focus,#EventRegistrationSignupForm button:focus {
    outline: none;
}

#EventRegistrationSignupForm input {
    width: 230px;
    height: 40px;
    margin: 0 0 10px;
    padding: 0 20px;
    outline: none;
}

#EventRegistrationSignupForm textarea {
    width: 230px;
    height: 100px;
    padding: 20px;
    outline: none;
}

#EventRegistrationSignupForm #KeepMePosted {
    width: auto;
    height: auto;
    margin: 5px 0 0;
}

#EventRegistrationSignupForm label[for="KeepMePosted"] {
    font-size: .875em;
    font-weight: 400;
}

#EventRegistrationSignupForm button {
    margin: 15px 0;
}

#eventContent {
    margin-top: 0;
}

#eventContent .info {
    margin: 0;
    font-size: 1em;
}

#eventContent .info img {
    width: 100%;
    max-width: 500px;
}

#eventContent .regBtn {
    margin: 15px 0 0 !important;
}

#eventContent .addthis_toolbox {
    padding-top: 0 !important;
}

#eventContent h4 {
    font-size: 1.5em;
}

#eventContent hr {
    margin: 30px 0;
    border-color: #e7e7e7;
}

#eventContent .organizer {
    margin: 0 0 20px;
}

#eventContent .organizer h3 {
    margin-top: 0 !important;
}

#eventContent .organizer a {
    margin: 0;
}

#eventContent .presenter h3 {
    margin-top: 0 !important;
}

#eventContent .description p {
    margin-bottom: 15px;
}

#eventContent .description p:last-child {
    margin-bottom: 0;
}

#eventContent .register {
    float: left;
}

#eventsContent .event {
    overflow: hidden;
}

#eventsContent .event .info,#eventsContent .event .description {
    padding: 0;
}

#eventsContent .event .info {
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    #eventsContent .event .info {
        float: left;
        width: 30%;
        margin: 0;
        padding: 0 30px 0 0;
    }
}

#eventsContent .event h3 {
    margin-top: 0 !important;
}

#eventsContent .event img {
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    #eventsContent .event .description {
        float: right;
        width: 70%;
    }
}

#eventsContent .event .description p:first-of-type {
    margin: 0 0 30px;
}

.page-tools-glossary #glossaryContent p:first-of-type a {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    width: 1.25em;
    font-family: "Raleway",sans-serif;
    text-decoration: none;
}

.page-tools-glossary #glossaryContent p:first-of-type a:hover,.page-tools-glossary #glossaryContent p:first-of-type a:active {
    text-decoration: underline;
}

.page-tools-glossary #glossaryContent h3 {
    font-size: 1.25em;
    font-weight: 700;
}

.page-tools-glossary #glossaryContent h3 a {
    font-family: "Raleway",sans-serif;
    font-weight: 700;
    text-transform: none;
    color: #000;
    cursor: default;
}

.page-contact .map-canvas {
    float: none;
    width: 100%;
    margin: 0 0 30px;
}

.page-contact .map-canvas a {
    text-decoration: none !important;
}

.page-contact .contact td {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

.page-contact .socialMedia {
    display: none;
}

.slideText p {
    color: #fff;
}

.post {
    overflow: hidden;
}

.post .post-image,.post .post-container {
    min-height: 0;
    padding: 0;
}

.post .post-image {
    margin: 0 0 20px;
}

@media (min-width: 768px) {
    .post .post-image {
        width: 25%;
        margin: 0;
    }
}

.post .post-container {
    float: left;
}

@media (min-width: 768px) {
    .post .post-container {
        width: 75%;
    }
}

@media (min-width: 992px) {
    .post h2 {
        margin-top: 0 !important;
    }
}

.post .blogimage {
    margin: 0;
}

.post .authorimage {
    width: 50px;
    margin: 0 10px 15px 0;
}

.post .author {
    margin-top: 15px;
}

.post .date {
    font-size: .875em;
}

.post .post-summary {
    clear: both;
    margin: 0 0 30px;
    line-height: 1.5;
}

.post .readmore {
    background: none;
    width: auto;
    height: 60px;
    margin: 0;
    padding: 0 40px;
    font-family: "Raleway",sans-serif;
    font-size: 1.125em;
    font-weight: 400;
    text-align: center;
    color: #b1953a;
    line-height: 3.2;
    border: solid 1px #b1953a;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.post .readmore:hover,.post .readmore:active {
    background: #b1953a;
    text-decoration: none;
    color: #f7f7f7;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

.blogPost .blogimage {
    width: 100%;
    max-width: 500px;
    margin: 0;
}

.blogPost hr {
    margin: 30px 0;
    border-color: #e7e7e7;
}

.blogPost .postheader {
    margin-bottom: 15px;
}

.blogPost .authorimage {
    width: 50px;
    margin: 0 10px 0 0;
}

.blogPost .author {
    margin-top: 15px;
}

.blogPost .dateTime .addthis_toolbox {
    padding: 0 0 0 10px;
    vertical-align: middle;
}

.blogPost .genre {
    margin: 0 0 10px;
}

#learningContent .matter {
    float: none;
    width: 100%;
    margin: 0 0 30px;
}

#learningContent .matter:last-child {
    margin-bottom: 0;
}

#matterContent {
    margin-bottom: 0;
}

#matterContent .featured {
    margin: 0 0 40px;
}

@media (min-width: 768px) {
    #matterContent .featured {
        margin: 0;
    }
}

#matterContent .featured a img {
    display: block;
    width: 100%;
    max-width: 300px;
    height: auto;
    max-height: 229px;
    margin: 0 0 15px;
}

@media (min-width: 768px) {
    #matterContent .featured a img {
        margin: 0 20px 40px 0;
    }
}

#matterContent .featured h2 {
    clear: left;
    margin-top: 0 !important;
}

@media (min-width: 768px) {
    #matterContent .featured h2 {
        clear: none;
    }
}

#matterContent .featured .featuredFlag {
    text-decoration: none;
}

#matterContent .featured .featuredFlag .flagBody {
    background: #b1953a;
    font-family: "Raleway",sans-serif;
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

#matterContent .featured .featuredFlag .flagBody:hover,#matterContent .featured .featuredFlag .flagBody:active {
    background: #d1b046;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

#suggested {
    overflow: hidden;
}

#suggested .content {
    float: none;
    width: 100%;
    margin: 0 0 30px;
    padding: 0;
    overflow: hidden;
}

@media (min-width: 768px) {
    #suggested .content {
        float: left;
        width: 30%;
        margin-bottom: 0;
        margin-left: 5%;
    }
}

#suggested .content:last-child {
    margin-bottom: 0;
}

#suggested .content a img {
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 0;
}

#suggested .content h3 {
    margin-top: 20px !important;
}

#suggested .content p {
    margin-bottom: 0;
    font-size: 1em;
}

@media (min-width: 768px) {
    #suggested .left {
        margin-left: 0;
    }
}

#additional {
    background: #fff;
    padding: 20px;
    font-size: 1em;
    border: solid 1px #e7e7e7;
}

#additional .wrapper {
    padding: 0;
    overflow: hidden;
}

#additional .wrapper nav {
    margin-bottom: 30px;
}

#additional .wrapper nav ul {
    margin: 0;
}

#additional .wrapper nav ul li {
    display: block;
    padding: 0;
    text-transform: uppercase;
    border: none;
}

@media (min-width: 768px) {
    #additional .wrapper nav ul li {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        text-align: center;
    }
}

#additional .wrapper nav ul li a {
    display: block;
    background: #b1953a;
    margin: 0 0 5px;
    padding: 10px 20px;
    font-size: 1.125em;
    font-weight: 700;
    text-transform: uppercase;
    text-decoration: none;
    color: #fff;
}

@media (min-width: 992px) {
    #additional .wrapper nav ul li a {
        padding: 10px 15px;
    }
}

@media (min-width: 1200px) {
    #additional .wrapper nav ul li a {
        padding: 10px 20px;
    }
}

#additional .wrapper nav ul li a:hover,#additional .wrapper nav ul li a:active,#additional .wrapper nav ul li a.selected {
    background: #d1b046;
    text-decoration: none;
    color: #fff;
}

@media (min-width: 768px) {
    #additional .wrapper nav ul li a {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
    }
}

@media (min-width: 992px) {
    #additional .wrapper nav ul li a {
        font-size: 1em;
    }
}

@media (min-width: 1200px) {
    #additional .wrapper nav ul li a {
        font-size: 1.125em;
    }
}

#additional .wrapper .matterContent .content {
    width: 100%;
    margin: 0 0 20px;
}

#additional .wrapper .matterContent .content h4 {
    margin: 0 0 5px;
}

#additional .wrapper .matterContent .content h4 a {
    color: #004a30;
}

#additional .wrapper .matterContent .content h4 a:hover,#additional .wrapper .matterContent .content h4 a:active {
    text-decoration: none;
    color: #b1953a;
}

#additional .wrapper .matterContent .content p {
    color: #000;
}

#additional .wrapper .matterContent .viewAll {
    float: left;
    width: 100%;
    margin: 5px 0 0;
}

#additional .wrapper .matterContent .viewAll a {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    background: #b1953a;
    margin: 0;
    padding: 10px 20px;
    font-size: 1.125em;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
}

#additional .wrapper .matterContent .viewAll a:hover,#additional .wrapper .matterContent .viewAll a:active {
    background: #d1b046;
    text-decoration: none;
    color: #fff;
}

#additional .wrapper .matterContent .viewAll a+a {
    display: none;
}

#allTypeContent .matter {
    width: 100%;
    margin: 0 0 30px;
}

#allTypeContent .matter h2 {
    margin: 0 0 15px;
}

#allTypeContent .matter ul {
    margin-bottom: 0;
}

#articleContent img {
    float: none;
    height: auto;
    max-width: 100%;
}

#articleContent .tip,#articleContent .fastFact {
    display: none;
}

@media (min-width: 600px) {
    #articleContent .tip,#articleContent .fastFact {
        display: block;
    }
}

@media (min-width: 600px) {
    #articleContent .right {
        float: right;
    }
}

.focusBox {
    width: auto;
    margin: 0;
}

#allVideoContent .videoContent {
    width: 100%;
    margin: 0;
    padding-bottom: 30px;
}

@media (min-width: 768px) {
    #allVideoContent .videoContent {
        width: 30%;
        margin-left: 5%;
    }
}

#allVideoContent .videoContent a img {
    display: block;
    width: 100%;
    max-width: 300px;
    height: auto;
    margin: 0;
}

#allVideoContent .videoContent h3 {
    margin-top: 10px !important;
}

#allVideoContent .videoContent p {
    margin-bottom: 0;
}

@media (min-width: 768px) {
    #allVideoContent .left {
        margin-left: 0;
    }
}

#articleContent strong {
    color: #000;
}

.presentation-responsive {
    display: block;
}

@media (min-width: 992px) {
    .presentation-responsive {
        display: none;
    }
}

#presentationShell {
    display: none;
}

@media (min-width: 992px) {
    #presentationShell {
        display: block;
    }
}

#videoContent iframe {
    width: 100%;
}

.addthis_toolbox {
    height: auto;
    overflow: hidden;
}

a.at300b .at4-icon {
    margin-top: 3px;
}

a.at300m .at4-icon {
    margin: 3px 8px 0 0;
}

#content aside section {
    width: 100%;
    max-width: 400px;
    margin: 0;
}

#content aside section .wrapper {
    padding: 0;
}

#content aside section .wrapper h2 {
    margin: 0 0 20px;
}

#content aside section .wrapper h2 a {
    color: inherit;
    cursor: default;
}

#content aside section:last-child {
    margin-bottom: 0;
}

.form input,.newsletterSignUp input {
    width: 100%;
    height: 60px;
    margin: 0 0 20px;
    padding: 20px;
    border: solid 1px #e7e7e7;
    border-radius: 0;
    outline: none;
}

.form input:focus,.newsletterSignUp input:focus {
    outline: none;
}

.form textarea,.newsletterSignUp textarea {
    width: 100%;
    height: 100px;
    margin: 0 0 20px;
    padding: 20px;
    border: solid 1px #e7e7e7;
    border-radius: 0;
    outline: none;
}

.form textarea:focus,.newsletterSignUp textarea:focus {
    outline: none;
}

.form .submit,.newsletterSignUp .submit {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    background: none;
    width: auto;
    height: 60px;
    margin: 0;
    padding: 0 40px;
    font-size: 1.125em;
    font-weight: 400;
    text-align: center;
    color: #b1953a;
    line-height: 3.2;
    border: solid 1px #b1953a;
    border-radius: 0;
    -moz-transition: all .2s ease-in;
    -o-transition: all .2s ease-in;
    -webkit-transition: all .2s ease-in;
    transition: all .2s ease-in;
}

.form .submit:hover,.form .submit:active,.newsletterSignUp .submit:hover,.newsletterSignUp .submit:active {
    background: #b1953a;
    text-decoration: none;
    color: #f7f7f7;
    outline: none;
    -moz-transition: all .1s ease-out;
    -o-transition: all .1s ease-out;
    -webkit-transition: all .1s ease-out;
    transition: all .1s ease-out;
}

.form .formSuccess,.newsletterSignUp .formSuccess {
    margin: 0 0 0 20px;
    font-size: 1.125em;
    font-weight: 700;
    color: #b1953a;
}

.form .field-validation-error,.newsletterSignUp .field-validation-error {
    position: absolute;
}

::-webkit-input-placeholder {
    color: #000;
}

:-moz-placeholder {
    color: #000;
    opacity: 1;
}

::-moz-placeholder {
    color: #000;
    opacity: 1;
}

:-ms-input-placeholder {
    color: #000;
}

.market {
    font-size: 1em;
}

.app {
    overflow: hidden;
}

.app p {
    margin: 0 0 20px;
}

@media (min-width: 1200px) {
    .app p {
        padding: 0 20px 0 0;
    }
}

.app .buttons {
    float: left;
}

.app .buttons a {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin: 0 10px 0 0;
}

.app .buttons a img {
    width: 130px;
    height: auto;
}

@media (min-width: 992px) {
    .app .buttons a img {
        width: 150px;
    }
}

.subpage .app img {
    width: 130px !important;
}

.blog-posts .date {
    margin: 0 0 5px;
}

.events .event-box {
    margin: 0 0 20px;
    overflow: hidden;
}

.events .event-box h3 {
    margin: 0 0 10px !important;
}

.events .event-box p:last-child {
    margin-bottom: 0;
}

.events .last {
    margin: 0;
}

.team-members .team-member a img {
    margin: 0 30px 20px 0;
}

.contact table {
    margin-bottom: 15px;
}

.contact .socialMedia a {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin: 0 10px 0 0;
    font-size: 1.25em;
}

.contact .socialMedia a:last-child {
    margin-right: 0;
}

.contact .socialMedia img {
    display: none;
}

.experience p a {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
    margin: 10px 0 0;
}

footer {
    background: #004a30 none;
    min-height: 0;
    padding: 60px 0;
    font-size: 1em;
}

footer p,footer a,footer li,footer td {
    font-family: "Raleway",sans-serif;
    font-size: 1em;
    font-weight: 400;
    text-transform: none;
    color: #fff;
}

footer a:hover,footer a:active,footer a:focus {
    text-decoration: underline;
    color: #fff;
}

footer .container {
    background: none;
    padding: 0 20px;
    text-align: left;
}

@media (min-width: 992px) {
    footer .container {
        padding: 0;
    }
}

footer .note {
    float: none;
    width: 100%;
    margin: 0 0 40px;
}

@media (min-width: 992px) {
    footer .note {
        float: left;
        width: 55%;
        margin: 0;
    }
}

@media (min-width: 1200px) {
    footer .note {
        width: 60%;
    }
}

footer .note a:hover,footer .note a:active,footer .note a:focus {
    text-decoration: none;
}

footer aside {
    width: 100%;
    margin: 0;
    overflow: hidden;
}

@media (min-width: 992px) {
    footer aside {
        float: right;
        width: 45%;
        margin: 0;
    }
}

@media (min-width: 1200px) {
    footer aside {
        width: 40%;
    }
}

footer aside .wrapper {
    padding: 0;
}

@media (min-width: 992px) {
    footer aside .wrapper {
        padding: 0 0 0 40px;
    }
}

@media (min-width: 1200px) {
    footer aside .wrapper {
        padding: 0 0 0 60px;
    }
}

footer aside .wrapper h4 {
    margin: 0 0 10px;
    font-size: 1.125em;
    color: #fff;
}

footer aside .wrapper .contact {
    float: none;
    width: 100%;
    margin: 0 0 40px;
}

@media (min-width: 992px) {
    footer aside .wrapper .contact {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        width: auto;
        margin: 0 40px 0 0;
        vertical-align: top;
    }
}

@media (min-width: 1200px) {
    footer aside .wrapper .contact {
        margin: 0 60px 0 0;
    }
}

footer aside .wrapper .contact table {
    margin: 0 0 15px;
}

footer aside .wrapper .contact table td {
    display: inline-block;
    vertical-align: middle;
    *vertical-align: auto;
    *zoom: 1;
    *display: inline;
}

footer aside .wrapper .contact .socialMedia a:hover,footer aside .wrapper .contact .socialMedia a:active,footer aside .wrapper .contact .socialMedia a:focus {
    color: #b1953a;
}

footer aside .wrapper .contact .socialMedia img {
    display: none;
}

footer aside .wrapper .quickLinks {
    margin: 0;
}

@media (min-width: 992px) {
    footer aside .wrapper .quickLinks {
        display: inline-block;
        vertical-align: middle;
        *vertical-align: auto;
        *zoom: 1;
        *display: inline;
        width: auto;
        vertical-align: top;
    }
}

footer aside .wrapper .quickLinks ul {
    margin: 0;
}


/* MODAL WINDOW STYLES */
.slickModal.welcomeMsg .slickWindow {
    text-align: center;
    overflow-y: auto;
    overflow-x: hidden;
}
.slickModal.welcomeMsg .title {
    font-size: 24px;
}
.slickModal.welcomeMsg p {
    font-size: 14px;
    line-height: 24px;
    color: #444;
    margin: 15px 0;
}
.slickModal.welcomeMsg .cta {
    display: inline-block;
    font-size: 14px;
    font-weight: 800;
    color: #fff;
    background: #f78f8f;
    padding: 10px 20px;
    border-radius: 6px;
    border-bottom: solid 2px #c06666;
    transition: all 0.15s ease;
}
.slickModal.welcomeMsg .cta:hover {
    background: #333;
    border-color: #000;
}

@media (max-width: 1024px) {
	.slickModal.welcomeMsg p { font-size: 12px !important; line-height: normal; }
}


@media (max-width: 736px) {
	.slickModal.welcomeMsg p { display: none; }
}


/* REMOVE FACEBOOK LINKS PER COMPLIANCE */
.header-social a.facebook { display: none !important; }
footer > section > aside > div > section.contact > section > a:nth-child(1) { display: none !important; }


